02. Update pom.xml
Section 1: Update pom.xml
with Missing Dependencies
This app was initially built by including jar files for each dependency manually, but now we are modernizing the dependency management by using Maven to manage our dependencies and their versions for us.
The project has already been moved into a maven file structure for you, but you’ll need to identify missing dependencies and add their artifacts to your pom.xml until you can run the project successfully. Look throughout the project directory in order to make sure you find and add all the appropriate dependencies.
You'll know you've added all of the correct dependencies when the project runs without errors.